Html Css Color HEX #F1C921 Turbo

📋 copy color: '#F1C921'

red 241 ◦ green 201 ◦ blue 33

#F1C921
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Turbo #F1C921

Tints of Turbo #F1C921

RGB

 RED value IS 241 (94.53% from 255) = 50.74%

 GREEN value IS 201 (78.91% from 255) = 42.32%

 BLUE value IS 33 (13.28% from 255) = 6.95%

R = 50.74%
G = 42.32%
B = 6.95%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.86

 K value IS 0.05

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#F1C921 (or 0xF1C921) is known color: Turbo. HEX triplet: F1, C9 and 21. RGB value is (241,201,33). Sum of RGB (Red+Green+Blue) = 241+201+33=475 (62% of max value = 765). Red value is 241 (94.53% from 255 or 50.74% from 475); Green value is 201 (78.91% from 255 or 42.32% from 475); Blue value is 33 (13.28% from 255 or 6.95% from 475); Max value from RGB is 241 - color contains mainly: red. Hex color #F1C921 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #F1C921 is #0E36DE. Grayscale: #C2C2C2. Windows color (decimal): -931551 or 2214385. OLE color: 2214385.

HSL color Cylindrical-coordinate representation of color #F1C921: hue angle of 48.46º degrees, saturation: 0.88, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #F1C921 is Cyan = 0, Magento = 0.17, Yellow = 0.86 and Black (K on CMYK) = 0.05.

Color convert

RGB 241 201 33 -
CMYK 0 0.17 0.86 0.05
HSL 48.46º 0.88% 0.54% -
HSV(B) 48.46º 0.86% 0.95% -
XYZ 57.44 60.58 10.11 -
YUV 193.81 37.25 161.66 -
System Red Green Blue C M Y K H S L
Decimal 241 201 33 0 0.17 0.86 0.05 48.46 0.88 0.54
Hex F1 C9 21 0 11 56 5 30 58 36
Octal 361 311 41 0 21 126 5 60 130 66
Binary 11110001 11001001 100001 0 10001 1010110 101 110000 1011000 110110

Color Harmonies of #F1C921

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F1C921

Black with #F1C921

Text Example


Text Example

White with #F1C921

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F1C921; }

 p { color: rgb(241,201,33); }

 H1.HeaderClassName
 {
   color: #F1C921;
 }
 .AnyTagClassName
 {
   color: #F1C921;
 }
</style>

background-color css

<style>
 a { background-color: #F1C921; }

 a { background-color: rgb(241,201,33); }

 div.DivClassName
 {
   background-color: #F1C921;
 }
 .BgClassName
 {
   background-color: #F1C921;
 }
</style>

border-color css

<style>
 span { border-color: #F1C921; }

 span { border-color: rgb(241,201,33); }

 td.TdClassName
 {
   border-color: #F1C921;
 }
 .TagClassName
 {
   border-color: #F1C921;
 }
</style>