Html Css Color HEX #FFCA30 Sunglow

📋 copy color: '#FFCA30'

red 255 ◦ green 202 ◦ blue 48

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

Shades of Sunglow #FFCA30

Tints of Sunglow #FFCA30

RGB

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

 GREEN value IS 202 (79.3% from 255) = 40%

 BLUE value IS 48 (19.14% from 255) = 9.5%

R = 50.5%
G = 40%
B = 9.5%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.81

 K value IS 0

RGB Variations

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

Color information

#FFCA30 (or 0xFFCA30) is known color: Sunglow. HEX triplet: FF, CA and 30. RGB value is (255,202,48). Sum of RGB (Red+Green+Blue) = 255+202+48=505 (66% of max value = 765). Red value is 255 (100% from 255 or 50.50% from 505); Green value is 202 (79.30% from 255 or 40% from 505); Blue value is 48 (19.14% from 255 or 9.50% from 505); Max value from RGB is 255 - color contains mainly: red. Hex color #FFCA30 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FFCA30 is #0035CF. Grayscale: #C8C8C8. Windows color (decimal): -13776 or 3197695. OLE color: 3197695.

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

Color convert

RGB 255 202 48 -
CMYK 0 0.21 0.81 0
HSL 44.64º 1% 0.59% -
HSV(B) 44.64º 0.81% 1% -
XYZ 62.89 63.71 11.78 -
YUV 200.29 42.06 167.02 -
System Red Green Blue C M Y K H S L
Decimal 255 202 48 0 0.21 0.81 0 44.64 1 0.59
Hex FF CA 30 0 15 51 0 2D 64 3B
Octal 377 312 60 0 25 121 0 55 144 73
Binary 11111111 11001010 110000 0 10101 1010001 0 101101 1100100 111011

Color Harmonies of #FFCA30

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FFCA30

Black with #FFCA30

Text Example


Text Example

White with #FFCA30

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FFCA30; }

 p { color: rgb(255,202,48); }

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

background-color css

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

 a { background-color: rgb(255,202,48); }

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

border-color css

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

 span { border-color: rgb(255,202,48); }

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