Html Css Color HEX #FBC914 Turbo

📋 copy color: '#FBC914'

red 251 ◦ green 201 ◦ blue 20

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

Shades of Turbo #FBC914

Tints of Turbo #FBC914

RGB

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

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

 BLUE value IS 20 (8.2% from 255) = 4.24%

R = 53.18%
G = 42.58%
B = 4.24%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.92

 K value IS 0.02

RGB Variations

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

Color information

#FBC914 (or 0xFBC914) is known color: Turbo. HEX triplet: FB, C9 and 14. RGB value is (251,201,20). Sum of RGB (Red+Green+Blue) = 251+201+20=472 (62% of max value = 765). Red value is 251 (98.44% from 255 or 53.18% from 472); Green value is 201 (78.91% from 255 or 42.58% from 472); Blue value is 20 (8.20% from 255 or 4.24% from 472); Max value from RGB is 251 - color contains mainly: red. Hex color #FBC914 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #FBC914 is #0436EB. Grayscale: #C4C4C4. Windows color (decimal): -276204 or 1362427. OLE color: 1362427.

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

Color convert

RGB 251 201 20 -
CMYK 0 0.20 0.92 0.02
HSL 47.01º 0.97% 0.53% -
HSV(B) 47.01º 0.92% 0.98% -
XYZ 60.8 62.33 9.49 -
YUV 195.32 29.07 167.72 -
System Red Green Blue C M Y K H S L
Decimal 251 201 20 0 0.20 0.92 0.02 47.01 0.97 0.53
Hex FB C9 14 0 14 5C 2 2F 61 35
Octal 373 311 24 0 24 134 2 57 141 65
Binary 11111011 11001001 10100 0 10100 1011100 10 101111 1100001 110101

Color Harmonies of #FBC914

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FBC914

Black with #FBC914

Text Example


Text Example

White with #FBC914

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FBC914; }

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

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

background-color css

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

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

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

border-color css

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

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

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