Html Css Color HEX #FCB14D Koromiko

📋 copy color: '#FCB14D'

red 252 ◦ green 177 ◦ blue 77

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

Shades of Koromiko #FCB14D

Tints of Koromiko #FCB14D

RGB

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

 GREEN value IS 177 (69.53% from 255) = 34.98%

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

R = 49.8%
G = 34.98%
B = 15.22%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.69

 K value IS 0.01

RGB Variations

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

Color information

#FCB14D (or 0xFCB14D) is known color: Koromiko. HEX triplet: FC, B1 and 4D. RGB value is (252,177,77). Sum of RGB (Red+Green+Blue) = 252+177+77=506 (67% of max value = 765). Red value is 252 (98.83% from 255 or 49.80% from 506); Green value is 177 (69.53% from 255 or 34.98% from 506); Blue value is 77 (30.47% from 255 or 15.22% from 506); Max value from RGB is 252 - color contains mainly: red. Hex color #FCB14D is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FCB14D is #034EB2. Grayscale: #BCBCBC. Windows color (decimal): -216755 or 5091836. OLE color: 5091836.

HSL color Cylindrical-coordinate representation of color #FCB14D: hue angle of 34.29º 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 #FCB14D is Cyan = 0, Magento = 0.30, Yellow = 0.69 and Black (K on CMYK) = 0.01.

Color convert

RGB 252 177 77 -
CMYK 0 0.30 0.69 0.01
HSL 34.29º 0.97% 0.65% -
HSV(B) 34.29º 0.69% 0.99% -
XYZ 57.21 52.68 14.17 -
YUV 188.03 65.35 173.63 -
System Red Green Blue C M Y K H S L
Decimal 252 177 77 0 0.30 0.69 0.01 34.29 0.97 0.65
Hex FC B1 4D 0 1E 45 1 22 61 41
Octal 374 261 115 0 36 105 1 42 141 101
Binary 11111100 10110001 1001101 0 11110 1000101 1 100010 1100001 1000001

Color Harmonies of #FCB14D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCB14D

Black with #FCB14D

Text Example


Text Example

White with #FCB14D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCB14D; }

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

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

background-color css

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

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

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

border-color css

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

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

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