Html Css Color HEX #FFC62A Sunglow

📋 copy color: '#FFC62A'

red 255 ◦ green 198 ◦ blue 42

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

Shades of Sunglow #FFC62A

Tints of Sunglow #FFC62A

RGB

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

 GREEN value IS 198 (77.73% from 255) = 40%

 BLUE value IS 42 (16.8% from 255) = 8.48%

R = 51.52%
G = 40%
B = 8.48%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.84

 K value IS 0

RGB Variations

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

Color information

#FFC62A (or 0xFFC62A) is known color: Sunglow. HEX triplet: FF, C6 and 2A. RGB value is (255,198,42). Sum of RGB (Red+Green+Blue) = 255+198+42=495 (65% of max value = 765). Red value is 255 (100% from 255 or 51.52% from 495); Green value is 198 (77.73% from 255 or 40% from 495); Blue value is 42 (16.80% from 255 or 8.48% from 495); Max value from RGB is 255 - color contains mainly: red. Hex color #FFC62A is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FFC62A is #0039D5. Grayscale: #C5C5C5. Windows color (decimal): -14806 or 2803455. OLE color: 2803455.

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

Color convert

RGB 255 198 42 -
CMYK 0 0.22 0.84 0
HSL 43.94º 1% 0.58% -
HSV(B) 43.94º 0.84% 1% -
XYZ 61.85 61.82 10.86 -
YUV 197.26 40.38 169.18 -
System Red Green Blue C M Y K H S L
Decimal 255 198 42 0 0.22 0.84 0 43.94 1 0.58
Hex FF C6 2A 0 16 54 0 2C 64 3A
Octal 377 306 52 0 26 124 0 54 144 72
Binary 11111111 11000110 101010 0 10110 1010100 0 101100 1100100 111010

Color Harmonies of #FFC62A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FFC62A

Black with #FFC62A

Text Example


Text Example

White with #FFC62A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FFC62A; }

 p { color: rgb(255,198,42); }

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

background-color css

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

 a { background-color: rgb(255,198,42); }

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

border-color css

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

 span { border-color: rgb(255,198,42); }

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