Html Css Color HEX #FBCB20 Turbo

📋 copy color: '#FBCB20'

red 251 ◦ green 203 ◦ blue 32

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

Shades of Turbo #FBCB20

Tints of Turbo #FBCB20

RGB

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

 GREEN value IS 203 (79.69% from 255) = 41.77%

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

R = 51.65%
G = 41.77%
B = 6.58%

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

#FBCB20 (or 0xFBCB20) is known color: Turbo. HEX triplet: FB, CB and 20. RGB value is (251,203,32). Sum of RGB (Red+Green+Blue) = 251+203+32=486 (64% of max value = 765). Red value is 251 (98.44% from 255 or 51.65% from 486); Green value is 203 (79.69% from 255 or 41.77% from 486); Blue value is 32 (12.89% from 255 or 6.58% from 486); Max value from RGB is 251 - color contains mainly: red. Hex color #FBCB20 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FBCB20 is #0434DF. Grayscale: #C6C6C6. Windows color (decimal): -275680 or 2149371. OLE color: 2149371.

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

Color convert

RGB 251 203 32 -
CMYK 0 0.19 0.87 0.02
HSL 46.85º 0.96% 0.55% -
HSV(B) 46.85º 0.87% 0.98% -
XYZ 61.4 63.33 10.35 -
YUV 197.86 34.4 165.9 -
System Red Green Blue C M Y K H S L
Decimal 251 203 32 0 0.19 0.87 0.02 46.85 0.96 0.55
Hex FB CB 20 0 13 57 2 2F 60 37
Octal 373 313 40 0 23 127 2 57 140 67
Binary 11111011 11001011 100000 0 10011 1010111 10 101111 1100000 110111

Color Harmonies of #FBCB20

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FBCB20

Black with #FBCB20

Text Example


Text Example

White with #FBCB20

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FBCB20; }

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

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

background-color css

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

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

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

border-color css

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

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

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