Html Css Color HEX #FCAF4D Koromiko

📋 copy color: '#FCAF4D'

red 252 ◦ green 175 ◦ blue 77

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

Shades of Koromiko #FCAF4D

Tints of Koromiko #FCAF4D

RGB

 RED value IS 252 (98.83% from 255) = 50%

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

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

R = 50%
G = 34.72%
B = 15.28%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.69

 K value IS 0.01

RGB Variations

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

Color information

#FCAF4D (or 0xFCAF4D) is known color: Koromiko. HEX triplet: FC, AF and 4D. RGB value is (252,175,77). Sum of RGB (Red+Green+Blue) = 252+175+77=504 (66% of max value = 765). Red value is 252 (98.83% from 255 or 50% from 504); Green value is 175 (68.75% from 255 or 34.72% from 504); Blue value is 77 (30.47% from 255 or 15.28% from 504); Max value from RGB is 252 - color contains mainly: red. Hex color #FCAF4D is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FCAF4D is #0350B2. Grayscale: #BBBBBB. Windows color (decimal): -217267 or 5091324. OLE color: 5091324.

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

Color convert

RGB 252 175 77 -
CMYK 0 0.31 0.69 0.01
HSL 33.6º 0.97% 0.65% -
HSV(B) 33.6º 0.69% 0.99% -
XYZ 56.81 51.89 14.04 -
YUV 186.85 66.01 174.47 -
System Red Green Blue C M Y K H S L
Decimal 252 175 77 0 0.31 0.69 0.01 33.6 0.97 0.65
Hex FC AF 4D 0 1F 45 1 22 61 41
Octal 374 257 115 0 37 105 1 42 141 101
Binary 11111100 10101111 1001101 0 11111 1000101 1 100010 1100001 1000001

Color Harmonies of #FCAF4D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCAF4D

Black with #FCAF4D

Text Example


Text Example

White with #FCAF4D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCAF4D; }

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

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

background-color css

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

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

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

border-color css

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

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

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