Html Css Color HEX #FDF27B Witch Haze

📋 copy color: '#FDF27B'

red 253 ◦ green 242 ◦ blue 123

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

Shades of Witch Haze #FDF27B

Tints of Witch Haze #FDF27B

RGB

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

 GREEN value IS 242 (94.92% from 255) = 39.16%

 BLUE value IS 123 (48.44% from 255) = 19.9%

R = 40.94%
G = 39.16%
B = 19.9%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.51

 K value IS 0.01

RGB Variations

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

Color information

#FDF27B (or 0xFDF27B) is known color: Witch Haze. HEX triplet: FD, F2 and 7B. RGB value is (253,242,123). Sum of RGB (Red+Green+Blue) = 253+242+123=618 (81% of max value = 765). Red value is 253 (99.22% from 255 or 40.94% from 618); Green value is 242 (94.92% from 255 or 39.16% from 618); Blue value is 123 (48.44% from 255 or 19.90% from 618); Max value from RGB is 253 - color contains mainly: red. Hex color #FDF27B is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #FDF27B is #020D84. Grayscale: #E8E8E8. Windows color (decimal): -134533 or 8123133. OLE color: 8123133.

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

Color convert

RGB 253 242 123 -
CMYK 0 0.04 0.51 0.01
HSL 54.92º 0.97% 0.74% -
HSV(B) 54.92º 0.51% 0.99% -
XYZ 75.84 85.82 31.31 -
YUV 231.72 66.64 143.18 -
System Red Green Blue C M Y K H S L
Decimal 253 242 123 0 0.04 0.51 0.01 54.92 0.97 0.74
Hex FD F2 7B 0 4 33 1 37 61 4A
Octal 375 362 173 0 4 63 1 67 141 112
Binary 11111101 11110010 1111011 0 100 110011 1 110111 1100001 1001010

Color Harmonies of #FDF27B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FDF27B

Black with #FDF27B

Text Example


Text Example

White with #FDF27B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FDF27B; }

 p { color: rgb(253,242,123); }

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

background-color css

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

 a { background-color: rgb(253,242,123); }

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

border-color css

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

 span { border-color: rgb(253,242,123); }

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