Html Css Color HEX #FDAF4D Koromiko

📋 copy color: '#FDAF4D'

red 253 ◦ green 175 ◦ blue 77

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

Shades of Koromiko #FDAF4D

Tints of Koromiko #FDAF4D

RGB

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

 GREEN value IS 175 (68.75% from 255) = 34.65%

 BLUE value IS 77 (30.47% from 255) = 15.25%

R = 50.1%
G = 34.65%
B = 15.25%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.70

 K value IS 0.01

RGB Variations

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

Color information

#FDAF4D (or 0xFDAF4D) is known color: Koromiko. HEX triplet: FD, AF and 4D. RGB value is (253,175,77). Sum of RGB (Red+Green+Blue) = 253+175+77=505 (66% of max value = 765). Red value is 253 (99.22% from 255 or 50.10% from 505); Green value is 175 (68.75% from 255 or 34.65% from 505); Blue value is 77 (30.47% from 255 or 15.25% from 505); Max value from RGB is 253 - color contains mainly: red. Hex color #FDAF4D is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FDAF4D is #0250B2. Grayscale: #BBBBBB. Windows color (decimal): -151731 or 5091325. OLE color: 5091325.

HSL color Cylindrical-coordinate representation of color #FDAF4D: hue angle of 33.41º degrees, saturation: 0.98, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #FDAF4D is Cyan = 0, Magento = 0.31, Yellow = 0.70 and Black (K on CMYK) = 0.01.

Color convert

RGB 253 175 77 -
CMYK 0 0.31 0.70 0.01
HSL 33.41º 0.98% 0.65% -
HSV(B) 33.41º 0.7% 0.99% -
XYZ 57.18 52.08 14.06 -
YUV 187.15 65.84 174.97 -
System Red Green Blue C M Y K H S L
Decimal 253 175 77 0 0.31 0.70 0.01 33.41 0.98 0.65
Hex FD AF 4D 0 1F 46 1 21 62 41
Octal 375 257 115 0 37 106 1 41 142 101
Binary 11111101 10101111 1001101 0 11111 1000110 1 100001 1100010 1000001

Color Harmonies of #FDAF4D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FDAF4D

Black with #FDAF4D

Text Example


Text Example

White with #FDAF4D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FDAF4D; }

 p { color: rgb(253,175,77); }

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

background-color css

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

 a { background-color: rgb(253,175,77); }

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

border-color css

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

 span { border-color: rgb(253,175,77); }

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