Html Css Color HEX #FDF67A Witch Haze

📋 copy color: '#FDF67A'

red 253 ◦ green 246 ◦ blue 122

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

Shades of Witch Haze #FDF67A

Tints of Witch Haze #FDF67A

RGB

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

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

 BLUE value IS 122 (48.05% from 255) = 19.65%

R = 40.74%
G = 39.61%
B = 19.65%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.52

 K value IS 0.01

RGB Variations

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

Color information

#FDF67A (or 0xFDF67A) is known color: Witch Haze. HEX triplet: FD, F6 and 7A. RGB value is (253,246,122). Sum of RGB (Red+Green+Blue) = 253+246+122=621 (82% of max value = 765). Red value is 253 (99.22% from 255 or 40.74% from 621); Green value is 246 (96.48% from 255 or 39.61% from 621); Blue value is 122 (48.05% from 255 or 19.65% from 621); Max value from RGB is 253 - color contains mainly: red. Hex color #FDF67A is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #FDF67A is #020985. Grayscale: #EAEAEA. Windows color (decimal): -133510 or 8058621. OLE color: 8058621.

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

Color convert

RGB 253 246 122 -
CMYK 0 0.03 0.52 0.01
HSL 56.79º 0.97% 0.74% -
HSV(B) 56.79º 0.52% 0.99% -
XYZ 76.98 88.2 31.38 -
YUV 233.96 64.82 141.58 -
System Red Green Blue C M Y K H S L
Decimal 253 246 122 0 0.03 0.52 0.01 56.79 0.97 0.74
Hex FD F6 7A 0 3 34 1 39 61 4A
Octal 375 366 172 0 3 64 1 71 141 112
Binary 11111101 11110110 1111010 0 11 110100 1 111001 1100001 1001010

Color Harmonies of #FDF67A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FDF67A

Black with #FDF67A

Text Example


Text Example

White with #FDF67A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FDF67A; }

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

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

background-color css

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

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

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

border-color css

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

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

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