Html Css Color HEX #FBF32E Gorse

📋 copy color: '#FBF32E'

red 251 ◦ green 243 ◦ blue 46

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

Shades of Gorse #FBF32E

Tints of Gorse #FBF32E

RGB

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

 GREEN value IS 243 (95.31% from 255) = 45%

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

R = 46.48%
G = 45%
B = 8.52%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.82

 K value IS 0.02

RGB Variations

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

Color information

#FBF32E (or 0xFBF32E) is known color: Gorse. HEX triplet: FB, F3 and 2E. RGB value is (251,243,46). Sum of RGB (Red+Green+Blue) = 251+243+46=540 (71% of max value = 765). Red value is 251 (98.44% from 255 or 46.48% from 540); Green value is 243 (95.31% from 255 or 45% from 540); Blue value is 46 (18.36% from 255 or 8.52% from 540); Max value from RGB is 251 - color contains mainly: red. Hex color #FBF32E is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #FBF32E is #040CD1. Grayscale: #DFDFDF. Windows color (decimal): -265426 or 3077115. OLE color: 3077115.

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

Color convert

RGB 251 243 46 -
CMYK 0 0.03 0.82 0.02
HSL 57.66º 0.96% 0.58% -
HSV(B) 57.66º 0.82% 0.98% -
XYZ 72.33 84.81 15.14 -
YUV 222.93 28.15 148.02 -
System Red Green Blue C M Y K H S L
Decimal 251 243 46 0 0.03 0.82 0.02 57.66 0.96 0.58
Hex FB F3 2E 0 3 52 2 3A 60 3A
Octal 373 363 56 0 3 122 2 72 140 72
Binary 11111011 11110011 101110 0 11 1010010 10 111010 1100000 111010

Color Harmonies of #FBF32E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FBF32E

Black with #FBF32E

Text Example


Text Example

White with #FBF32E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FBF32E; }

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

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

background-color css

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

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

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

border-color css

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

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

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