Html Css Color HEX #FBF52C Gorse

📋 copy color: '#FBF52C'

red 251 ◦ green 245 ◦ blue 44

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

Shades of Gorse #FBF52C

Tints of Gorse #FBF52C

RGB

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

 GREEN value IS 245 (96.09% from 255) = 45.37%

 BLUE value IS 44 (17.58% from 255) = 8.15%

R = 46.48%
G = 45.37%
B = 8.15%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.82

 K value IS 0.02

RGB Variations

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

Color information

#FBF52C (or 0xFBF52C) is known color: Gorse. HEX triplet: FB, F5 and 2C. RGB value is (251,245,44). Sum of RGB (Red+Green+Blue) = 251+245+44=540 (71% of max value = 765). Red value is 251 (98.44% from 255 or 46.48% from 540); Green value is 245 (96.09% from 255 or 45.37% from 540); Blue value is 44 (17.58% from 255 or 8.15% from 540); Max value from RGB is 251 - color contains mainly: red. Hex color #FBF52C is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #FBF52C is #040AD3. Grayscale: #E0E0E0. Windows color (decimal): -264916 or 2946555. OLE color: 2946555.

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

Color convert

RGB 251 245 44 -
CMYK 0 0.02 0.82 0.02
HSL 58.26º 0.96% 0.58% -
HSV(B) 58.26º 0.82% 0.98% -
XYZ 72.89 86 15.14 -
YUV 223.88 26.49 147.34 -
System Red Green Blue C M Y K H S L
Decimal 251 245 44 0 0.02 0.82 0.02 58.26 0.96 0.58
Hex FB F5 2C 0 2 52 2 3A 60 3A
Octal 373 365 54 0 2 122 2 72 140 72
Binary 11111011 11110101 101100 0 10 1010010 10 111010 1100000 111010

Color Harmonies of #FBF52C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FBF52C

Black with #FBF52C

Text Example


Text Example

White with #FBF52C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FBF52C; }

 p { color: rgb(251,245,44); }

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

background-color css

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

 a { background-color: rgb(251,245,44); }

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

border-color css

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

 span { border-color: rgb(251,245,44); }

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