Html Css Color HEX #FBCC2D Sunglow

📋 copy color: '#FBCC2D'

red 251 ◦ green 204 ◦ blue 45

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

Shades of Sunglow #FBCC2D

Tints of Sunglow #FBCC2D

RGB

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

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

 BLUE value IS 45 (17.97% from 255) = 9%

R = 50.2%
G = 40.8%
B = 9%

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

#FBCC2D (or 0xFBCC2D) is known color: Sunglow. HEX triplet: FB, CC and 2D. RGB value is (251,204,45). Sum of RGB (Red+Green+Blue) = 251+204+45=500 (66% of max value = 765). Red value is 251 (98.44% from 255 or 50.2% from 500); Green value is 204 (80.08% from 255 or 40.8% from 500); Blue value is 45 (17.97% from 255 or 9% from 500); Max value from RGB is 251 - color contains mainly: red. Hex color #FBCC2D is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FBCC2D is #0433D2. Grayscale: #C8C8C8. Windows color (decimal): -275411 or 3001595. OLE color: 3001595.

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

Color convert

RGB 251 204 45 -
CMYK 0 0.19 0.82 0.02
HSL 46.31º 0.96% 0.58% -
HSV(B) 46.31º 0.82% 0.98% -
XYZ 61.85 63.88 11.55 -
YUV 199.93 40.57 164.43 -
System Red Green Blue C M Y K H S L
Decimal 251 204 45 0 0.19 0.82 0.02 46.31 0.96 0.58
Hex FB CC 2D 0 13 52 2 2E 60 3A
Octal 373 314 55 0 23 122 2 56 140 72
Binary 11111011 11001100 101101 0 10011 1010010 10 101110 1100000 111010

Color Harmonies of #FBCC2D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FBCC2D

Black with #FBCC2D

Text Example


Text Example

White with #FBCC2D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FBCC2D; }

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

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

background-color css

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

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

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

border-color css

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

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

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