Html Css Color HEX #FFDF2E Gorse

📋 copy color: '#FFDF2E'

red 255 ◦ green 223 ◦ blue 46

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

Shades of Gorse #FFDF2E

Tints of Gorse #FFDF2E

RGB

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

 GREEN value IS 223 (87.5% from 255) = 42.56%

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

R = 48.66%
G = 42.56%
B = 8.78%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.82

 K value IS 0

RGB Variations

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

Color information

#FFDF2E (or 0xFFDF2E) is known color: Gorse. HEX triplet: FF, DF and 2E. RGB value is (255,223,46). Sum of RGB (Red+Green+Blue) = 255+223+46=524 (69% of max value = 765). Red value is 255 (100% from 255 or 48.66% from 524); Green value is 223 (87.5% from 255 or 42.56% from 524); Blue value is 46 (18.36% from 255 or 8.78% from 524); Max value from RGB is 255 - color contains mainly: red. Hex color #FFDF2E is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FFDF2E is #0020D1. Grayscale: #D5D5D5. Windows color (decimal): -8402 or 3071999. OLE color: 3071999.

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

Color convert

RGB 255 223 46 -
CMYK 0 0.13 0.82 0
HSL 50.81º 1% 0.59% -
HSV(B) 50.81º 0.82% 1% -
XYZ 68.12 74.23 13.32 -
YUV 212.39 34.1 158.39 -
System Red Green Blue C M Y K H S L
Decimal 255 223 46 0 0.13 0.82 0 50.81 1 0.59
Hex FF DF 2E 0 D 52 0 33 64 3B
Octal 377 337 56 0 15 122 0 63 144 73
Binary 11111111 11011111 101110 0 1101 1010010 0 110011 1100100 111011

Color Harmonies of #FFDF2E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FFDF2E

Black with #FFDF2E

Text Example


Text Example

White with #FFDF2E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FFDF2E; }

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

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

background-color css

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

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

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

border-color css

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

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

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