Html Css Color HEX #CA901F Nugget

📋 copy color: '#CA901F'

red 202 ◦ green 144 ◦ blue 31

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

Shades of Nugget #CA901F

Tints of Nugget #CA901F

RGB

 RED value IS 202 (79.3% from 255) = 53.58%

 GREEN value IS 144 (56.64% from 255) = 38.2%

 BLUE value IS 31 (12.5% from 255) = 8.22%

R = 53.58%
G = 38.2%
B = 8.22%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.85

 K value IS 0.21

RGB Variations

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

Color information

#CA901F (or 0xCA901F) is known color: Nugget. HEX triplet: CA, 90 and 1F. RGB value is (202,144,31). Sum of RGB (Red+Green+Blue) = 202+144+31=377 (49% of max value = 765). Red value is 202 (79.30% from 255 or 53.58% from 377); Green value is 144 (56.64% from 255 or 38.20% from 377); Blue value is 31 (12.5% from 255 or 8.22% from 377); Max value from RGB is 202 - color contains mainly: red. Hex color #CA901F is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CA901F is #356FE0. Grayscale: #949494. Windows color (decimal): -3502049 or 2068682. OLE color: 2068682.

HSL color Cylindrical-coordinate representation of color #CA901F: hue angle of 39.65º degrees, saturation: 0.73, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #CA901F is Cyan = 0, Magento = 0.29, Yellow = 0.85 and Black (K on CMYK) = 0.21.

Color convert

RGB 202 144 31 -
CMYK 0 0.29 0.85 0.21
HSL 39.65º 0.73% 0.46% -
HSV(B) 39.65º 0.85% 0.79% -
XYZ 34.58 32.6 5.77 -
YUV 148.46 61.72 166.19 -
System Red Green Blue C M Y K H S L
Decimal 202 144 31 0 0.29 0.85 0.21 39.65 0.73 0.46
Hex CA 90 1F 0 1D 55 15 28 49 2E
Octal 312 220 37 0 35 125 25 50 111 56
Binary 11001010 10010000 11111 0 11101 1010101 10101 101000 1001001 101110

Color Harmonies of #CA901F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA901F

Black with #CA901F

Text Example


Text Example

White with #CA901F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA901F; }

 p { color: rgb(202,144,31); }

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

background-color css

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

 a { background-color: rgb(202,144,31); }

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

border-color css

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

 span { border-color: rgb(202,144,31); }

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