Html Css Color HEX #F9CC1B Turbo

📋 copy color: '#F9CC1B'

red 249 ◦ green 204 ◦ blue 27

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

Shades of Turbo #F9CC1B

Tints of Turbo #F9CC1B

RGB

 RED value IS 249 (97.66% from 255) = 51.88%

 GREEN value IS 204 (80.08% from 255) = 42.5%

 BLUE value IS 27 (10.94% from 255) = 5.63%

R = 51.88%
G = 42.5%
B = 5.63%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.89

 K value IS 0.02

RGB Variations

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

Color information

#F9CC1B (or 0xF9CC1B) is known color: Turbo. HEX triplet: F9, CC and 1B. RGB value is (249,204,27). Sum of RGB (Red+Green+Blue) = 249+204+27=480 (63% of max value = 765). Red value is 249 (97.66% from 255 or 51.88% from 480); Green value is 204 (80.08% from 255 or 42.5% from 480); Blue value is 27 (10.94% from 255 or 5.62% from 480); Max value from RGB is 249 - color contains mainly: red. Hex color #F9CC1B is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #F9CC1B is #0633E4. Grayscale: #C6C6C6. Windows color (decimal): -406501 or 1821945. OLE color: 1821945.

HSL color Cylindrical-coordinate representation of color #F9CC1B: hue angle of 47.84º degrees, saturation: 0.95, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #F9CC1B is Cyan = 0, Magento = 0.18, Yellow = 0.89 and Black (K on CMYK) = 0.02.

Color convert

RGB 249 204 27 -
CMYK 0 0.18 0.89 0.02
HSL 47.84º 0.95% 0.54% -
HSV(B) 47.84º 0.89% 0.98% -
XYZ 60.86 63.4 10.07 -
YUV 197.28 31.91 164.89 -
System Red Green Blue C M Y K H S L
Decimal 249 204 27 0 0.18 0.89 0.02 47.84 0.95 0.54
Hex F9 CC 1B 0 12 59 2 30 5F 36
Octal 371 314 33 0 22 131 2 60 137 66
Binary 11111001 11001100 11011 0 10010 1011001 10 110000 1011111 110110

Color Harmonies of #F9CC1B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F9CC1B

Black with #F9CC1B

Text Example


Text Example

White with #F9CC1B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F9CC1B; }

 p { color: rgb(249,204,27); }

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

background-color css

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

 a { background-color: rgb(249,204,27); }

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

border-color css

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

 span { border-color: rgb(249,204,27); }

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