Html Css Color HEX #FFC44A Golden Tainoi

📋 copy color: '#FFC44A'

red 255 ◦ green 196 ◦ blue 74

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

Shades of Golden Tainoi #FFC44A

Tints of Golden Tainoi #FFC44A

RGB

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

 GREEN value IS 196 (76.95% from 255) = 37.33%

 BLUE value IS 74 (29.3% from 255) = 14.1%

R = 48.57%
G = 37.33%
B = 14.1%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.71

 K value IS 0

RGB Variations

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

Color information

#FFC44A (or 0xFFC44A) is known color: Golden Tainoi. HEX triplet: FF, C4 and 4A. RGB value is (255,196,74). Sum of RGB (Red+Green+Blue) = 255+196+74=525 (69% of max value = 765). Red value is 255 (100% from 255 or 48.57% from 525); Green value is 196 (76.95% from 255 or 37.33% from 525); Blue value is 74 (29.30% from 255 or 14.10% from 525); Max value from RGB is 255 - color contains mainly: red. Hex color #FFC44A is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FFC44A is #003BB5. Grayscale: #C8C8C8. Windows color (decimal): -15286 or 4900095. OLE color: 4900095.

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

Color convert

RGB 255 196 74 -
CMYK 0 0.23 0.71 0
HSL 40.44º 1% 0.65% -
HSV(B) 40.44º 0.71% 1% -
XYZ 62.22 61.23 15.02 -
YUV 199.73 57.05 167.42 -
System Red Green Blue C M Y K H S L
Decimal 255 196 74 0 0.23 0.71 0 40.44 1 0.65
Hex FF C4 4A 0 17 47 0 28 64 41
Octal 377 304 112 0 27 107 0 50 144 101
Binary 11111111 11000100 1001010 0 10111 1000111 0 101000 1100100 1000001

Color Harmonies of #FFC44A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FFC44A

Black with #FFC44A

Text Example


Text Example

White with #FFC44A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FFC44A; }

 p { color: rgb(255,196,74); }

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

background-color css

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

 a { background-color: rgb(255,196,74); }

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

border-color css

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

 span { border-color: rgb(255,196,74); }

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