Html Css Color HEX #F9CB1D Turbo

📋 copy color: '#F9CB1D'

red 249 ◦ green 203 ◦ blue 29

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

Shades of Turbo #F9CB1D

Tints of Turbo #F9CB1D

RGB

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

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

 BLUE value IS 29 (11.72% from 255) = 6.03%

R = 51.77%
G = 42.2%
B = 6.03%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.88

 K value IS 0.02

RGB Variations

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

Color information

#F9CB1D (or 0xF9CB1D) is known color: Turbo. HEX triplet: F9, CB and 1D. RGB value is (249,203,29). Sum of RGB (Red+Green+Blue) = 249+203+29=481 (63% of max value = 765). Red value is 249 (97.66% from 255 or 51.77% from 481); Green value is 203 (79.69% from 255 or 42.20% from 481); Blue value is 29 (11.72% from 255 or 6.03% from 481); Max value from RGB is 249 - color contains mainly: red. Hex color #F9CB1D is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #F9CB1D is #0634E2. Grayscale: #C5C5C5. Windows color (decimal): -406755 or 1952761. OLE color: 1952761.

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

Color convert

RGB 249 203 29 -
CMYK 0 0.18 0.88 0.02
HSL 47.45º 0.95% 0.55% -
HSV(B) 47.45º 0.88% 0.98% -
XYZ 60.64 62.94 10.11 -
YUV 196.92 33.24 165.15 -
System Red Green Blue C M Y K H S L
Decimal 249 203 29 0 0.18 0.88 0.02 47.45 0.95 0.55
Hex F9 CB 1D 0 12 58 2 2F 5F 37
Octal 371 313 35 0 22 130 2 57 137 67
Binary 11111001 11001011 11101 0 10010 1011000 10 101111 1011111 110111

Color Harmonies of #F9CB1D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F9CB1D

Black with #F9CB1D

Text Example


Text Example

White with #F9CB1D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F9CB1D; }

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

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

background-color css

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

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

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

border-color css

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

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

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