Html Css Color HEX #FDF32D Gorse

📋 copy color: '#FDF32D'

red 253 ◦ green 243 ◦ blue 45

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

Shades of Gorse #FDF32D

Tints of Gorse #FDF32D

RGB

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

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

 BLUE value IS 45 (17.97% from 255) = 8.32%

R = 46.77%
G = 44.92%
B = 8.32%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.82

 K value IS 0.01

RGB Variations

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

Color information

#FDF32D (or 0xFDF32D) is known color: Gorse. HEX triplet: FD, F3 and 2D. RGB value is (253,243,45). Sum of RGB (Red+Green+Blue) = 253+243+45=541 (71% of max value = 765). Red value is 253 (99.22% from 255 or 46.77% from 541); Green value is 243 (95.31% from 255 or 44.92% from 541); Blue value is 45 (17.97% from 255 or 8.32% from 541); Max value from RGB is 253 - color contains mainly: red. Hex color #FDF32D is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #FDF32D is #020CD2. Grayscale: #E0E0E0. Windows color (decimal): -134355 or 3011581. OLE color: 3011581.

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

Color convert

RGB 253 243 45 -
CMYK 0 0.04 0.82 0.01
HSL 57.12º 0.98% 0.58% -
HSV(B) 57.12º 0.82% 0.99% -
XYZ 73.03 85.17 15.07 -
YUV 223.42 27.31 149.1 -
System Red Green Blue C M Y K H S L
Decimal 253 243 45 0 0.04 0.82 0.01 57.12 0.98 0.58
Hex FD F3 2D 0 4 52 1 39 62 3A
Octal 375 363 55 0 4 122 1 71 142 72
Binary 11111101 11110011 101101 0 100 1010010 1 111001 1100010 111010

Color Harmonies of #FDF32D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FDF32D

Black with #FDF32D

Text Example


Text Example

White with #FDF32D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FDF32D; }

 p { color: rgb(253,243,45); }

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

background-color css

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

 a { background-color: rgb(253,243,45); }

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

border-color css

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

 span { border-color: rgb(253,243,45); }

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