Html Css Color HEX #FFFE2B Gorse

📋 copy color: '#FFFE2B'

red 255 ◦ green 254 ◦ blue 43

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

Shades of Gorse #FFFE2B

Tints of Gorse #FFFE2B

RGB

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

 GREEN value IS 254 (99.61% from 255) = 46.01%

 BLUE value IS 43 (17.19% from 255) = 7.79%

R = 46.2%
G = 46.01%
B = 7.79%

CMYK

 C value IS 0

 M value IS 0.00

 Y value IS 0.83

 K value IS 0

RGB Variations

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

Color information

#FFFE2B (or 0xFFFE2B) is known color: Gorse. HEX triplet: FF, FE and 2B. RGB value is (255,254,43). Sum of RGB (Red+Green+Blue) = 255+254+43=552 (73% of max value = 765). Red value is 255 (100% from 255 or 46.20% from 552); Green value is 254 (99.61% from 255 or 46.01% from 552); Blue value is 43 (17.19% from 255 or 7.79% from 552); Max value from RGB is 255 - color contains mainly: red. Hex color #FFFE2B is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #FFFE2B is #0001D4. Grayscale: #E7E7E7. Windows color (decimal): -469 or 2883327. OLE color: 2883327.

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

Color convert

RGB 255 254 43 -
CMYK 0 0.00 0.83 0
HSL 59.72º 1% 0.58% -
HSV(B) 59.72º 0.83% 1% -
XYZ 77.12 92.32 16.04 -
YUV 230.25 22.33 145.66 -
System Red Green Blue C M Y K H S L
Decimal 255 254 43 0 0.00 0.83 0 59.72 1 0.58
Hex FF FE 2B 0 0 53 0 3C 64 3A
Octal 377 376 53 0 0 123 0 74 144 72
Binary 11111111 11111110 101011 0 0 1010011 0 111100 1100100 111010

Color Harmonies of #FFFE2B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FFFE2B

Black with #FFFE2B

Text Example


Text Example

White with #FFFE2B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FFFE2B; }

 p { color: rgb(255,254,43); }

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

background-color css

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

 a { background-color: rgb(255,254,43); }

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

border-color css

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

 span { border-color: rgb(255,254,43); }

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