Html Css Color HEX #FBCD1B Turbo

📋 copy color: '#FBCD1B'

red 251 ◦ green 205 ◦ blue 27

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

Shades of Turbo #FBCD1B

Tints of Turbo #FBCD1B

RGB

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

 GREEN value IS 205 (80.47% from 255) = 42.44%

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

R = 51.97%
G = 42.44%
B = 5.59%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.89

 K value IS 0.02

RGB Variations

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

Color information

#FBCD1B (or 0xFBCD1B) is known color: Turbo. HEX triplet: FB, CD and 1B. RGB value is (251,205,27). Sum of RGB (Red+Green+Blue) = 251+205+27=483 (63% of max value = 765). Red value is 251 (98.44% from 255 or 51.97% from 483); Green value is 205 (80.47% from 255 or 42.44% from 483); Blue value is 27 (10.94% from 255 or 5.59% from 483); Max value from RGB is 251 - color contains mainly: red. Hex color #FBCD1B is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FBCD1B is #0432E4. Grayscale: #C7C7C7. Windows color (decimal): -275173 or 1822203. OLE color: 1822203.

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

Color convert

RGB 251 205 27 -
CMYK 0 0.18 0.89 0.02
HSL 47.68º 0.97% 0.55% -
HSV(B) 47.68º 0.89% 0.98% -
XYZ 61.81 64.25 10.18 -
YUV 198.46 31.24 165.47 -
System Red Green Blue C M Y K H S L
Decimal 251 205 27 0 0.18 0.89 0.02 47.68 0.97 0.55
Hex FB CD 1B 0 12 59 2 30 61 37
Octal 373 315 33 0 22 131 2 60 141 67
Binary 11111011 11001101 11011 0 10010 1011001 10 110000 1100001 110111

Color Harmonies of #FBCD1B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FBCD1B

Black with #FBCD1B

Text Example


Text Example

White with #FBCD1B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FBCD1B; }

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

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

background-color css

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

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

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

border-color css

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

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

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