Html Css Color HEX #FDE32B Gorse

📋 copy color: '#FDE32B'

red 253 ◦ green 227 ◦ blue 43

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

Shades of Gorse #FDE32B

Tints of Gorse #FDE32B

RGB

 RED value IS 253 (99.22% from 255) = 48.37%

 GREEN value IS 227 (89.06% from 255) = 43.4%

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

R = 48.37%
G = 43.4%
B = 8.22%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.83

 K value IS 0.01

RGB Variations

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

Color information

#FDE32B (or 0xFDE32B) is known color: Gorse. HEX triplet: FD, E3 and 2B. RGB value is (253,227,43). Sum of RGB (Red+Green+Blue) = 253+227+43=523 (69% of max value = 765). Red value is 253 (99.22% from 255 or 48.37% from 523); Green value is 227 (89.06% from 255 or 43.40% from 523); Blue value is 43 (17.19% from 255 or 8.22% from 523); Max value from RGB is 253 - color contains mainly: red. Hex color #FDE32B is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FDE32B is #021CD4. Grayscale: #D6D6D6. Windows color (decimal): -138453 or 2876413. OLE color: 2876413.

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

Color convert

RGB 253 227 43 -
CMYK 0 0.10 0.83 0.01
HSL 52.57º 0.98% 0.58% -
HSV(B) 52.57º 0.83% 0.99% -
XYZ 68.41 76 13.35 -
YUV 213.8 31.61 155.96 -
System Red Green Blue C M Y K H S L
Decimal 253 227 43 0 0.10 0.83 0.01 52.57 0.98 0.58
Hex FD E3 2B 0 A 53 1 35 62 3A
Octal 375 343 53 0 12 123 1 65 142 72
Binary 11111101 11100011 101011 0 1010 1010011 1 110101 1100010 111010

Color Harmonies of #FDE32B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FDE32B

Black with #FDE32B

Text Example


Text Example

White with #FDE32B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FDE32B; }

 p { color: rgb(253,227,43); }

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

background-color css

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

 a { background-color: rgb(253,227,43); }

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

border-color css

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

 span { border-color: rgb(253,227,43); }

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