Html Css Color HEX #FBC720 Turbo

📋 copy color: '#FBC720'

red 251 ◦ green 199 ◦ blue 32

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

Shades of Turbo #FBC720

Tints of Turbo #FBC720

RGB

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

 GREEN value IS 199 (78.13% from 255) = 41.29%

 BLUE value IS 32 (12.89% from 255) = 6.64%

R = 52.07%
G = 41.29%
B = 6.64%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.87

 K value IS 0.02

RGB Variations

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

Color information

#FBC720 (or 0xFBC720) is known color: Turbo. HEX triplet: FB, C7 and 20. RGB value is (251,199,32). Sum of RGB (Red+Green+Blue) = 251+199+32=482 (63% of max value = 765). Red value is 251 (98.44% from 255 or 52.07% from 482); Green value is 199 (78.12% from 255 or 41.29% from 482); Blue value is 32 (12.89% from 255 or 6.64% from 482); Max value from RGB is 251 - color contains mainly: red. Hex color #FBC720 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FBC720 is #0438DF. Grayscale: #C4C4C4. Windows color (decimal): -276704 or 2148347. OLE color: 2148347.

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

Color convert

RGB 251 199 32 -
CMYK 0 0.21 0.87 0.02
HSL 45.75º 0.96% 0.55% -
HSV(B) 45.75º 0.87% 0.98% -
XYZ 60.47 61.46 10.04 -
YUV 195.51 35.73 167.58 -
System Red Green Blue C M Y K H S L
Decimal 251 199 32 0 0.21 0.87 0.02 45.75 0.96 0.55
Hex FB C7 20 0 15 57 2 2E 60 37
Octal 373 307 40 0 25 127 2 56 140 67
Binary 11111011 11000111 100000 0 10101 1010111 10 101110 1100000 110111

Color Harmonies of #FBC720

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FBC720

Black with #FBC720

Text Example


Text Example

White with #FBC720

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FBC720; }

 p { color: rgb(251,199,32); }

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

background-color css

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

 a { background-color: rgb(251,199,32); }

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

border-color css

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

 span { border-color: rgb(251,199,32); }

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