Html Css Color HEX #FBC71E Turbo

📋 copy color: '#FBC71E'

red 251 ◦ green 199 ◦ blue 30

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

Shades of Turbo #FBC71E

Tints of Turbo #FBC71E

RGB

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

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

 BLUE value IS 30 (12.11% from 255) = 6.25%

R = 52.29%
G = 41.46%
B = 6.25%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.88

 K value IS 0.02

RGB Variations

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

Color information

#FBC71E (or 0xFBC71E) is known color: Turbo. HEX triplet: FB, C7 and 1E. RGB value is (251,199,30). Sum of RGB (Red+Green+Blue) = 251+199+30=480 (63% of max value = 765). Red value is 251 (98.44% from 255 or 52.29% from 480); Green value is 199 (78.12% from 255 or 41.46% from 480); Blue value is 30 (12.11% from 255 or 6.25% from 480); Max value from RGB is 251 - color contains mainly: red. Hex color #FBC71E is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FBC71E is #0438E1. Grayscale: #C4C4C4. Windows color (decimal): -276706 or 2017275. OLE color: 2017275.

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

Color convert

RGB 251 199 30 -
CMYK 0 0.21 0.88 0.02
HSL 45.88º 0.97% 0.55% -
HSV(B) 45.88º 0.88% 0.98% -
XYZ 60.44 61.45 9.9 -
YUV 195.28 34.73 167.74 -
System Red Green Blue C M Y K H S L
Decimal 251 199 30 0 0.21 0.88 0.02 45.88 0.97 0.55
Hex FB C7 1E 0 15 58 2 2E 61 37
Octal 373 307 36 0 25 130 2 56 141 67
Binary 11111011 11000111 11110 0 10101 1011000 10 101110 1100001 110111

Color Harmonies of #FBC71E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FBC71E

Black with #FBC71E

Text Example


Text Example

White with #FBC71E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FBC71E; }

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

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

background-color css

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

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

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

border-color css

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

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

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