Html Css Color HEX #FBCC20 Turbo

📋 copy color: '#FBCC20'

red 251 ◦ green 204 ◦ blue 32

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

Shades of Turbo #FBCC20

Tints of Turbo #FBCC20

RGB

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

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

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

R = 51.54%
G = 41.89%
B = 6.57%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.87

 K value IS 0.02

RGB Variations

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

Color information

#FBCC20 (or 0xFBCC20) is known color: Turbo. HEX triplet: FB, CC and 20. RGB value is (251,204,32). Sum of RGB (Red+Green+Blue) = 251+204+32=487 (64% of max value = 765). Red value is 251 (98.44% from 255 or 51.54% from 487); Green value is 204 (80.08% from 255 or 41.89% from 487); Blue value is 32 (12.89% from 255 or 6.57% from 487); Max value from RGB is 251 - color contains mainly: red. Hex color #FBCC20 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FBCC20 is #0433DF. Grayscale: #C7C7C7. Windows color (decimal): -275424 or 2149627. OLE color: 2149627.

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

Color convert

RGB 251 204 32 -
CMYK 0 0.19 0.87 0.02
HSL 47.12º 0.96% 0.55% -
HSV(B) 47.12º 0.87% 0.98% -
XYZ 61.64 63.8 10.43 -
YUV 198.45 34.07 165.49 -
System Red Green Blue C M Y K H S L
Decimal 251 204 32 0 0.19 0.87 0.02 47.12 0.96 0.55
Hex FB CC 20 0 13 57 2 2F 60 37
Octal 373 314 40 0 23 127 2 57 140 67
Binary 11111011 11001100 100000 0 10011 1010111 10 101111 1100000 110111

Color Harmonies of #FBCC20

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FBCC20

Black with #FBCC20

Text Example


Text Example

White with #FBCC20

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FBCC20; }

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

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

background-color css

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

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

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

border-color css

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

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

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