Html Css Color HEX #FFAF4D Koromiko

📋 copy color: '#FFAF4D'

red 255 ◦ green 175 ◦ blue 77

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

Shades of Koromiko #FFAF4D

Tints of Koromiko #FFAF4D

RGB

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

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

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

R = 50.3%
G = 34.52%
B = 15.19%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.70

 K value IS 0

RGB Variations

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

Color information

#FFAF4D (or 0xFFAF4D) is known color: Koromiko. HEX triplet: FF, AF and 4D. RGB value is (255,175,77). Sum of RGB (Red+Green+Blue) = 255+175+77=507 (67% of max value = 765). Red value is 255 (100% from 255 or 50.30% from 507); Green value is 175 (68.75% from 255 or 34.52% from 507); Blue value is 77 (30.47% from 255 or 15.19% from 507); Max value from RGB is 255 - color contains mainly: red. Hex color #FFAF4D is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FFAF4D is #0050B2. Grayscale: #BCBCBC. Windows color (decimal): -20659 or 5091327. OLE color: 5091327.

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

Color convert

RGB 255 175 77 -
CMYK 0 0.31 0.70 0
HSL 33.03º 1% 0.65% -
HSV(B) 33.03º 0.7% 1% -
XYZ 57.91 52.46 14.09 -
YUV 187.75 65.5 175.97 -
System Red Green Blue C M Y K H S L
Decimal 255 175 77 0 0.31 0.70 0 33.03 1 0.65
Hex FF AF 4D 0 1F 46 0 21 64 41
Octal 377 257 115 0 37 106 0 41 144 101
Binary 11111111 10101111 1001101 0 11111 1000110 0 100001 1100100 1000001

Color Harmonies of #FFAF4D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FFAF4D

Black with #FFAF4D

Text Example


Text Example

White with #FFAF4D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FFAF4D; }

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

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

background-color css

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

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

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

border-color css

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

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

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