Html Css Color HEX #FBCC12 Turbo

📋 copy color: '#FBCC12'

red 251 ◦ green 204 ◦ blue 18

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

Shades of Turbo #FBCC12

Tints of Turbo #FBCC12

RGB

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

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

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

R = 53.07%
G = 43.13%
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

#FBCC12 (or 0xFBCC12) is known color: Turbo. HEX triplet: FB, CC and 12. RGB value is (251,204,18). Sum of RGB (Red+Green+Blue) = 251+204+18=473 (62% of max value = 765). Red value is 251 (98.44% from 255 or 53.07% from 473); Green value is 204 (80.08% from 255 or 43.13% from 473); Blue value is 18 (7.42% from 255 or 3.81% from 473); Max value from RGB is 251 - color contains mainly: red. Hex color #FBCC12 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #FBCC12 is #0433ED. Grayscale: #C5C5C5. Windows color (decimal): -275438 or 1232123. OLE color: 1232123.

HSL color Cylindrical-coordinate representation of color #FBCC12: hue angle of 47.9º 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 #FBCC12 is Cyan = 0, Magento = 0.19, Yellow = 0.93 and Black (K on CMYK) = 0.02.

Color convert

RGB 251 204 18 -
CMYK 0 0.19 0.93 0.02
HSL 47.9º 0.97% 0.53% -
HSV(B) 47.9º 0.93% 0.98% -
XYZ 61.49 63.74 9.63 -
YUV 196.85 27.07 166.62 -
System Red Green Blue C M Y K H S L
Decimal 251 204 18 0 0.19 0.93 0.02 47.9 0.97 0.53
Hex FB CC 12 0 13 5D 2 30 61 35
Octal 373 314 22 0 23 135 2 60 141 65
Binary 11111011 11001100 10010 0 10011 1011101 10 110000 1100001 110101

Color Harmonies of #FBCC12

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FBCC12

Black with #FBCC12

Text Example


Text Example

White with #FBCC12

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FBCC12; }

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

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

background-color css

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

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

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

border-color css

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

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

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