Html Css Color HEX #FFFB2E Gorse

📋 copy color: '#FFFB2E'

red 255 ◦ green 251 ◦ blue 46

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

Shades of Gorse #FFFB2E

Tints of Gorse #FFFB2E

RGB

 RED value IS 255 (100% from 255) = 46.2%

 GREEN value IS 251 (98.44% from 255) = 45.47%

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

R = 46.2%
G = 45.47%
B = 8.33%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.82

 K value IS 0

RGB Variations

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

Color information

#FFFB2E (or 0xFFFB2E) is known color: Gorse. HEX triplet: FF, FB and 2E. RGB value is (255,251,46). Sum of RGB (Red+Green+Blue) = 255+251+46=552 (73% of max value = 765). Red value is 255 (100% from 255 or 46.20% from 552); Green value is 251 (98.44% from 255 or 45.47% from 552); Blue value is 46 (18.36% from 255 or 8.33% from 552); Max value from RGB is 255 - color contains mainly: red. Hex color #FFFB2E is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #FFFB2E is #0004D1. Grayscale: #E5E5E5. Windows color (decimal): -1234 or 3079167. OLE color: 3079167.

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

Color convert

RGB 255 251 46 -
CMYK 0 0.02 0.82 0
HSL 58.85º 1% 0.59% -
HSV(B) 58.85º 0.82% 1% -
XYZ 76.23 90.45 16.03 -
YUV 228.83 24.83 146.67 -
System Red Green Blue C M Y K H S L
Decimal 255 251 46 0 0.02 0.82 0 58.85 1 0.59
Hex FF FB 2E 0 2 52 0 3B 64 3B
Octal 377 373 56 0 2 122 0 73 144 73
Binary 11111111 11111011 101110 0 10 1010010 0 111011 1100100 111011

Color Harmonies of #FFFB2E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FFFB2E

Black with #FFFB2E

Text Example


Text Example

White with #FFFB2E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FFFB2E; }

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

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

background-color css

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

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

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

border-color css

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

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

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