Html Css Color HEX #FDF67F Witch Haze

📋 copy color: '#FDF67F'

red 253 ◦ green 246 ◦ blue 127

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

Shades of Witch Haze #FDF67F

Tints of Witch Haze #FDF67F

RGB

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

 GREEN value IS 246 (96.48% from 255) = 39.3%

 BLUE value IS 127 (50% from 255) = 20.29%

R = 40.42%
G = 39.3%
B = 20.29%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.50

 K value IS 0.01

RGB Variations

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

Color information

#FDF67F (or 0xFDF67F) is known color: Witch Haze. HEX triplet: FD, F6 and 7F. RGB value is (253,246,127). Sum of RGB (Red+Green+Blue) = 253+246+127=626 (82% of max value = 765). Red value is 253 (99.22% from 255 or 40.42% from 626); Green value is 246 (96.48% from 255 or 39.30% from 626); Blue value is 127 (50% from 255 or 20.29% from 626); Max value from RGB is 253 - color contains mainly: red. Hex color #FDF67F is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #FDF67F is #020980. Grayscale: #EBEBEB. Windows color (decimal): -133505 or 8386301. OLE color: 8386301.

HSL color Cylindrical-coordinate representation of color #FDF67F: hue angle of 56.67º degrees, saturation: 0.97, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #FDF67F is Cyan = 0, Magento = 0.03, Yellow = 0.50 and Black (K on CMYK) = 0.01.

Color convert

RGB 253 246 127 -
CMYK 0 0.03 0.50 0.01
HSL 56.67º 0.97% 0.75% -
HSV(B) 56.67º 0.5% 0.99% -
XYZ 77.29 88.33 33.05 -
YUV 234.53 67.32 141.18 -
System Red Green Blue C M Y K H S L
Decimal 253 246 127 0 0.03 0.50 0.01 56.67 0.97 0.75
Hex FD F6 7F 0 3 32 1 39 61 4B
Octal 375 366 177 0 3 62 1 71 141 113
Binary 11111101 11110110 1111111 0 11 110010 1 111001 1100001 1001011

Color Harmonies of #FDF67F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FDF67F

Black with #FDF67F

Text Example


Text Example

White with #FDF67F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FDF67F; }

 p { color: rgb(253,246,127); }

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

background-color css

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

 a { background-color: rgb(253,246,127); }

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

border-color css

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

 span { border-color: rgb(253,246,127); }

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