Html Css Color HEX #FBCC2E Sunglow

📋 copy color: '#FBCC2E'

red 251 ◦ green 204 ◦ blue 46

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

Shades of Sunglow #FBCC2E

Tints of Sunglow #FBCC2E

RGB

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

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

 BLUE value IS 46 (18.36% from 255) = 9.18%

R = 50.1%
G = 40.72%
B = 9.18%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.82

 K value IS 0.02

RGB Variations

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

Color information

#FBCC2E (or 0xFBCC2E) is known color: Sunglow. HEX triplet: FB, CC and 2E. RGB value is (251,204,46). Sum of RGB (Red+Green+Blue) = 251+204+46=501 (66% of max value = 765). Red value is 251 (98.44% from 255 or 50.10% from 501); Green value is 204 (80.08% from 255 or 40.72% from 501); Blue value is 46 (18.36% from 255 or 9.18% from 501); Max value from RGB is 251 - color contains mainly: red. Hex color #FBCC2E is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FBCC2E is #0433D1. Grayscale: #C8C8C8. Windows color (decimal): -275410 or 3067131. OLE color: 3067131.

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

Color convert

RGB 251 204 46 -
CMYK 0 0.19 0.82 0.02
HSL 46.24º 0.96% 0.58% -
HSV(B) 46.24º 0.82% 0.98% -
XYZ 61.87 63.89 11.66 -
YUV 200.04 41.07 164.35 -
System Red Green Blue C M Y K H S L
Decimal 251 204 46 0 0.19 0.82 0.02 46.24 0.96 0.58
Hex FB CC 2E 0 13 52 2 2E 60 3A
Octal 373 314 56 0 23 122 2 56 140 72
Binary 11111011 11001100 101110 0 10011 1010010 10 101110 1100000 111010

Color Harmonies of #FBCC2E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FBCC2E

Black with #FBCC2E

Text Example


Text Example

White with #FBCC2E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FBCC2E; }

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

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

background-color css

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

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

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

border-color css

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

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

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