Html Css Color HEX #FBCC2F Sunglow

📋 copy color: '#FBCC2F'

red 251 ◦ green 204 ◦ blue 47

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

Shades of Sunglow #FBCC2F

Tints of Sunglow #FBCC2F

RGB

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

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

 BLUE value IS 47 (18.75% from 255) = 9.36%

R = 50%
G = 40.64%
B = 9.36%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.81

 K value IS 0.02

RGB Variations

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

Color information

#FBCC2F (or 0xFBCC2F) is known color: Sunglow. HEX triplet: FB, CC and 2F. RGB value is (251,204,47). Sum of RGB (Red+Green+Blue) = 251+204+47=502 (66% of max value = 765). Red value is 251 (98.44% from 255 or 50% from 502); Green value is 204 (80.08% from 255 or 40.64% from 502); Blue value is 47 (18.75% from 255 or 9.36% from 502); Max value from RGB is 251 - color contains mainly: red. Hex color #FBCC2F is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FBCC2F is #0433D0. Grayscale: #C8C8C8. Windows color (decimal): -275409 or 3132667. OLE color: 3132667.

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

Color convert

RGB 251 204 47 -
CMYK 0 0.19 0.81 0.02
HSL 46.18º 0.96% 0.58% -
HSV(B) 46.18º 0.81% 0.98% -
XYZ 61.89 63.9 11.76 -
YUV 200.16 41.57 164.27 -
System Red Green Blue C M Y K H S L
Decimal 251 204 47 0 0.19 0.81 0.02 46.18 0.96 0.58
Hex FB CC 2F 0 13 51 2 2E 60 3A
Octal 373 314 57 0 23 121 2 56 140 72
Binary 11111011 11001100 101111 0 10011 1010001 10 101110 1100000 111010

Color Harmonies of #FBCC2F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FBCC2F

Black with #FBCC2F

Text Example


Text Example

White with #FBCC2F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FBCC2F; }

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

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

background-color css

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

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

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

border-color css

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

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

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