Html Css Color HEX #FBCB12 Turbo

📋 copy color: '#FBCB12'

red 251 ◦ green 203 ◦ blue 18

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

Shades of Turbo #FBCB12

Tints of Turbo #FBCB12

RGB

 RED value IS 251 (98.44% from 255) = 53.18%

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

 BLUE value IS 18 (7.42% from 255) = 3.81%

R = 53.18%
G = 43.01%
B = 3.81%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.93

 K value IS 0.02

RGB Variations

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

Color information

#FBCB12 (or 0xFBCB12) is known color: Turbo. HEX triplet: FB, CB and 12. RGB value is (251,203,18). Sum of RGB (Red+Green+Blue) = 251+203+18=472 (62% of max value = 765). Red value is 251 (98.44% from 255 or 53.18% from 472); Green value is 203 (79.69% from 255 or 43.01% from 472); Blue value is 18 (7.42% from 255 or 3.81% from 472); Max value from RGB is 251 - color contains mainly: red. Hex color #FBCB12 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #FBCB12 is #0434ED. Grayscale: #C5C5C5. Windows color (decimal): -275694 or 1231867. OLE color: 1231867.

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

Color convert

RGB 251 203 18 -
CMYK 0 0.19 0.93 0.02
HSL 47.64º 0.97% 0.53% -
HSV(B) 47.64º 0.93% 0.98% -
XYZ 61.25 63.26 9.56 -
YUV 196.26 27.4 167.04 -
System Red Green Blue C M Y K H S L
Decimal 251 203 18 0 0.19 0.93 0.02 47.64 0.97 0.53
Hex FB CB 12 0 13 5D 2 30 61 35
Octal 373 313 22 0 23 135 2 60 141 65
Binary 11111011 11001011 10010 0 10011 1011101 10 110000 1100001 110101

Color Harmonies of #FBCB12

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FBCB12

Black with #FBCB12

Text Example


Text Example

White with #FBCB12

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FBCB12; }

 p { color: rgb(251,203,18); }

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

background-color css

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

 a { background-color: rgb(251,203,18); }

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

border-color css

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

 span { border-color: rgb(251,203,18); }

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