Html Css Color HEX #FBC912 Turbo

📋 copy color: '#FBC912'

red 251 ◦ green 201 ◦ blue 18

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

Shades of Turbo #FBC912

Tints of Turbo #FBC912

RGB

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

 GREEN value IS 201 (78.91% from 255) = 42.77%

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

R = 53.4%
G = 42.77%
B = 3.83%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.93

 K value IS 0.02

RGB Variations

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

Color information

#FBC912 (or 0xFBC912) is known color: Turbo. HEX triplet: FB, C9 and 12. RGB value is (251,201,18). Sum of RGB (Red+Green+Blue) = 251+201+18=470 (62% of max value = 765). Red value is 251 (98.44% from 255 or 53.40% from 470); Green value is 201 (78.91% from 255 or 42.77% from 470); Blue value is 18 (7.42% from 255 or 3.83% from 470); Max value from RGB is 251 - color contains mainly: red. Hex color #FBC912 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #FBC912 is #0436ED. Grayscale: #C3C3C3. Windows color (decimal): -276206 or 1231355. OLE color: 1231355.

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

Color convert

RGB 251 201 18 -
CMYK 0 0.20 0.93 0.02
HSL 47.12º 0.97% 0.53% -
HSV(B) 47.12º 0.93% 0.98% -
XYZ 60.78 62.33 9.4 -
YUV 195.09 28.07 167.88 -
System Red Green Blue C M Y K H S L
Decimal 251 201 18 0 0.20 0.93 0.02 47.12 0.97 0.53
Hex FB C9 12 0 14 5D 2 2F 61 35
Octal 373 311 22 0 24 135 2 57 141 65
Binary 11111011 11001001 10010 0 10100 1011101 10 101111 1100001 110101

Color Harmonies of #FBC912

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FBC912

Black with #FBC912

Text Example


Text Example

White with #FBC912

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FBC912; }

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

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

background-color css

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

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

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

border-color css

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

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

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