Html Css Color HEX #F9CB16 Turbo

📋 copy color: '#F9CB16'

red 249 ◦ green 203 ◦ blue 22

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

Shades of Turbo #F9CB16

Tints of Turbo #F9CB16

RGB

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

 GREEN value IS 203 (79.69% from 255) = 42.83%

 BLUE value IS 22 (8.98% from 255) = 4.64%

R = 52.53%
G = 42.83%
B = 4.64%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.91

 K value IS 0.02

RGB Variations

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

Color information

#F9CB16 (or 0xF9CB16) is known color: Turbo. HEX triplet: F9, CB and 16. RGB value is (249,203,22). Sum of RGB (Red+Green+Blue) = 249+203+22=474 (62% of max value = 765). Red value is 249 (97.66% from 255 or 52.53% from 474); Green value is 203 (79.69% from 255 or 42.83% from 474); Blue value is 22 (8.98% from 255 or 4.64% from 474); Max value from RGB is 249 - color contains mainly: red. Hex color #F9CB16 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #F9CB16 is #0634E9. Grayscale: #C4C4C4. Windows color (decimal): -406762 or 1494009. OLE color: 1494009.

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

Color convert

RGB 249 203 22 -
CMYK 0 0.18 0.91 0.02
HSL 47.84º 0.95% 0.53% -
HSV(B) 47.84º 0.91% 0.98% -
XYZ 60.57 62.91 9.71 -
YUV 196.12 29.74 165.72 -
System Red Green Blue C M Y K H S L
Decimal 249 203 22 0 0.18 0.91 0.02 47.84 0.95 0.53
Hex F9 CB 16 0 12 5B 2 30 5F 35
Octal 371 313 26 0 22 133 2 60 137 65
Binary 11111001 11001011 10110 0 10010 1011011 10 110000 1011111 110101

Color Harmonies of #F9CB16

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F9CB16

Black with #F9CB16

Text Example


Text Example

White with #F9CB16

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F9CB16; }

 p { color: rgb(249,203,22); }

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

background-color css

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

 a { background-color: rgb(249,203,22); }

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

border-color css

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

 span { border-color: rgb(249,203,22); }

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