Html Css Color HEX #FFD47A Salomie

📋 copy color: '#FFD47A'

red 255 ◦ green 212 ◦ blue 122

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

Shades of Salomie #FFD47A

Tints of Salomie #FFD47A

RGB

 RED value IS 255 (100% from 255) = 43.29%

 GREEN value IS 212 (83.2% from 255) = 35.99%

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

R = 43.29%
G = 35.99%
B = 20.71%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.52

 K value IS 0

RGB Variations

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

Color information

#FFD47A (or 0xFFD47A) is known color: Salomie. HEX triplet: FF, D4 and 7A. RGB value is (255,212,122). Sum of RGB (Red+Green+Blue) = 255+212+122=589 (78% of max value = 765). Red value is 255 (100% from 255 or 43.29% from 589); Green value is 212 (83.20% from 255 or 35.99% from 589); Blue value is 122 (48.05% from 255 or 20.71% from 589); Max value from RGB is 255 - color contains mainly: red. Hex color #FFD47A is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FFD47A is #002B85. Grayscale: #D6D6D6. Windows color (decimal): -11142 or 8049919. OLE color: 8049919.

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

Color convert

RGB 255 212 122 -
CMYK 0 0.17 0.52 0
HSL 40.6º 1% 0.74% -
HSV(B) 40.6º 0.52% 1% -
XYZ 68.3 69.75 28.28 -
YUV 214.6 75.75 156.82 -
System Red Green Blue C M Y K H S L
Decimal 255 212 122 0 0.17 0.52 0 40.6 1 0.74
Hex FF D4 7A 0 11 34 0 29 64 4A
Octal 377 324 172 0 21 64 0 51 144 112
Binary 11111111 11010100 1111010 0 10001 110100 0 101001 1100100 1001010

Color Harmonies of #FFD47A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FFD47A

Black with #FFD47A

Text Example


Text Example

White with #FFD47A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FFD47A; }

 p { color: rgb(255,212,122); }

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

background-color css

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

 a { background-color: rgb(255,212,122); }

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

border-color css

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

 span { border-color: rgb(255,212,122); }

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