Html Css Color HEX #FBCB1B Turbo

📋 copy color: '#FBCB1B'

red 251 ◦ green 203 ◦ blue 27

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

Shades of Turbo #FBCB1B

Tints of Turbo #FBCB1B

RGB

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

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

 BLUE value IS 27 (10.94% from 255) = 5.61%

R = 52.18%
G = 42.2%
B = 5.61%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.89

 K value IS 0.02

RGB Variations

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

Color information

#FBCB1B (or 0xFBCB1B) is known color: Turbo. HEX triplet: FB, CB and 1B. RGB value is (251,203,27). Sum of RGB (Red+Green+Blue) = 251+203+27=481 (63% of max value = 765). Red value is 251 (98.44% from 255 or 52.18% from 481); Green value is 203 (79.69% from 255 or 42.20% from 481); Blue value is 27 (10.94% from 255 or 5.61% from 481); Max value from RGB is 251 - color contains mainly: red. Hex color #FBCB1B is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FBCB1B is #0434E4. Grayscale: #C6C6C6. Windows color (decimal): -275685 or 1821691. OLE color: 1821691.

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

Color convert

RGB 251 203 27 -
CMYK 0 0.19 0.89 0.02
HSL 47.14º 0.97% 0.55% -
HSV(B) 47.14º 0.89% 0.98% -
XYZ 61.34 63.3 10.02 -
YUV 197.29 31.9 166.31 -
System Red Green Blue C M Y K H S L
Decimal 251 203 27 0 0.19 0.89 0.02 47.14 0.97 0.55
Hex FB CB 1B 0 13 59 2 2F 61 37
Octal 373 313 33 0 23 131 2 57 141 67
Binary 11111011 11001011 11011 0 10011 1011001 10 101111 1100001 110111

Color Harmonies of #FBCB1B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FBCB1B

Black with #FBCB1B

Text Example


Text Example

White with #FBCB1B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FBCB1B; }

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

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

background-color css

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

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

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

border-color css

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

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

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